
section.contact-w3l {
	padding:100px 0;
/*	background:url(../images/contact.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;*/
}
section.contact-w3l h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}
section.contact-w3l p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:40px;
	color:#fff;
}
input#name,input#phone,input#email,textarea#message {
	font-size: 17px;
    font-weight: normal;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.43);
    outline: none;
	margin-bottom:30px;
}
input#name:focus,input#phone:focus,input#email:focus,textarea#message:focus {
	background-color: rgba(0, 0, 0, 1);
    border: 1px solid #fff;
	color:#fff;	
}
input#name,input#phone,input#email {
	height:50px;
}
section.contact-w3l label {
	font-size:18px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:10px;
}
section.contact-w3l button.btn.btn-primary {
    width: 30%;
    margin: 0 auto;
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    display: block;
    background-color: #23a7f1;
    border-color: #23a7f1;
    outline: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
section.contact-w3l button.btn.btn-primary:hover {
	color: #fff;
    background-color:#000e25;
	border-color:#000e25;
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
							}





@media (min-width:1920) {.container {width:1920}}


.col-lg-12,.col-sm-4 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}




@media (min-width:768px)
 {.col-sm-4
 {float:left}
 .col-sm-4 {width:33.33333333%} }






label {
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
	font-weight:700
}






.form-control {
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}



textarea.form-control {
	height:auto
}

.form-group {margin-bottom:15px}







/*-- ËÑË÷µ¯´°¿ªÊ¼ --*/

       .white_content {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            height: auto;
            padding: 20px;
            border: 10px solid #296388ad;
            background-color: #ffffffde;
            z-index:1002;
            overflow: auto;
        } 
		.guanbi{       
           position:absolute;  
           right:0;  
           top:0;  
           margin:0;  
           padding:0;  
		   width: 6%; 
         } 
    	.bar form {
            position: relative;
            width: 300px;
            margin: 0 auto;
        }
 .search img{
 	width:100%;
 }
 
/*-- ËÑË÷µ¯´°½áÊø --*/
.top{
width:150%
}
/*-- back to top --*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0) url(../images/up-arrow.svg) no-repeat center 50%;
	background-size:70%;
	border:1px solid #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
	z-index: 9999;
}
.cd-top:hover {
	background-color: #000;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
    right: 20px;
    bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 140px;
}
}
/*-- /back to top --*/